crypto/des.desCipher.generateSubkeys (method)
5 uses
crypto/des (current package)
block.go#L217: func (c *desCipher) generateSubkeys(keyBytes []byte) {
cipher.go#L41: c.generateSubkeys(key)
cipher.go#L89: c.cipher1.generateSubkeys(key[:8])
cipher.go#L90: c.cipher2.generateSubkeys(key[8:16])
cipher.go#L91: c.cipher3.generateSubkeys(key[16:])
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |